Player2 será controlado por las teclas de flechas arriba,izquierda, y derecha.
- Utiliza Up Key para hacer a player2 .move_up() 30 píxeles al pulsar la tecla de flecha arriba.
- Utiliza Left Key para hacer a player2 .move_left() 30 píxeles al pulsar la tecla de flecha izquierda.
- Utiliza Right Key para hacer a player2 .move_right() 30 píxeles al pulsar la tecla de flecha derecha.
To navigate the page using the TAB key, first press ESC to exit the code editor.